home *** CD-ROM | disk | FTP | other *** search
- Document Type: WSE
- item: Global
- Version=6.0
- Title=Concat$
- Flags=00000100
- Split=1420
- Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
- Copy Default=1
- Japanese Font Name=MS Gothic
- Japanese Font Size=10
- Start Gradient=0 0 255
- End Gradient=0 0 0
- Windows Flags=00000000000000000010110000001000
- Message Font=MS Sans Serif
- Font Size=8
- Disk Filename=SETUP
- Patch Flags=0000000000000001
- Patch Threshold=85
- Patch Memory=4000
- FTP Cluster Size=20
- end
- item: Remark
- end
- item: Remark
- Text=This Wise 6.0 sample script shows how to use the Expression Concat$ in the parser.
- end
- item: Remark
- end
- item: Remark
- Text=This part of the code is devoted to getting input from the user.
- end
- item: Prompt for Text
- Window Title=Parser Comcat$ Test
- Prompt Title=Please enter an alphanumeric value.
- Variable=ALPHANUMERIC
- end
- item: Prompt for Text
- Window Title=Parser Concat$ Test
- Prompt Title=Please enter a a second alphanumeric value.
- Variable=ALPHANUMERIC2
- end
- item: Remark
- end
- item: Remark
- Text=The Concat$ function combines two alphanumeric fields into one.
- end
- item: Remark
- Text=When creating an expression, you do not have to use the percent signs to define the variables.
- end
- item: Set Variable
- Variable=ENDRESULT
- Value=Concat$(Alphanumeric,Alphanumeric2)
- Flags=00100000
- end
- item: Display Message
- Title=Expression Parser - Concat$ Test 1.
- Text=This Display message shows the set variable command in conjunction with the Expression parser.
- Text=
- Text= %ALPHANUMERIC% joined to %ALPHANUMERIC2% = %ENDRESULT%
- end
- item: Remark
- end
- item: Remark
- Text=This is the other way you can use the expression parser.
- end
- item: Remark
- Text=You can also use the command options such as <, >, >=, <=, and, or, not, and <>.
- end
- item: If/While Statement
- Value=concat$(Alphanumeric,Alphanumeric2) = ENDRESULT
- Flags=00001101
- end
- item: Display Message
- Title=Expression Parser - Concat$ Test 2.
- Text=This Display message shows an if/while statement in conjunction with the Expression parser.
- Text=
- Text=Yes, %ALPHANUMERIC% joined to %ALPHANUMERIC2% = %ENDRESULT%
- end
- item: End Block
- end
-